home *** CD-ROM | disk | FTP | other *** search
/ Atari Mega Archive 1 / Atari Mega Archive - Volume 1.iso / lists / mint / l_1199 / 993 < prev    next >
Encoding:
Internet Message Format  |  1994-08-27  |  2.0 KB

  1. Date: Thu, 10 Feb 1994 17:28:39 -0500
  2. From: "Nicholas S Castellano" <entropy@terminator.rs.itd.umich.edu>
  3. To: itschere@techfak.uni-bielefeld.de
  4. In-Reply-To: itschere@TechFak.Uni-Bielefeld.DE's message of Thu, 10 Feb 94 11:46:49 MET <9402101046.AA07674@pirol.techfak.uni-bielefeld.de>
  5. Subject: mintlibs42 and gcc...
  6.  
  7. > I'm having some severe problems with the MiNTlibs Pl42, which go like this:
  8. > GCC233 won't compile them, ok, entropy already said that. It's really a
  9. >pity, in fact, but I can't change it.
  10. > GCC245 isn't able to produce running 68000 code, notably fopen() gets
  11. >seriously damaged, returns a pointer pointing directly to nirwana. :-(
  12. > GCC257 stops compiling at the first part of libgxx2.c with:
  13. >libgcc2.c:132: no data type for mode `XF'
  14. > GCC258 doesn't seem to be available somewhere, at least, I didn't find
  15. >it on my famous ftp servers.
  16. > That's a bit pity, cause I've already erased the old libs and am
  17. >therefore more/less unable to do anything at all. Hasn't anyone already
  18. >worked out a clue on how to compile it with 233 or any other clues?
  19.  
  20. The problem with XFmode wasn't really GCC-version related.
  21.  
  22. PL43 will hopefully be ready by monday and will address this problem.
  23.  
  24. Meanwhile, try the following patch to get a compilable libgcc2.c that
  25. should work with any GCC version:
  26.  
  27. *** libgcc2.c-    Sun Jan 16 05:45:50 1994
  28. --- libgcc2.c    Thu Feb 10 17:24:15 1994
  29. ***************
  30. *** 60,66 ****
  31.   #include <stddef.h>
  32.   #endif
  33.   
  34. ! #if 1
  35.   /* Define for XFmode extended real floating point support.  */
  36.   #define LONG_DOUBLE_TYPE_SIZE 96
  37.   #else
  38. --- 60,66 ----
  39.   #include <stddef.h>
  40.   #endif
  41.   
  42. ! #if 0
  43.   /* Define for XFmode extended real floating point support.  */
  44.   #define LONG_DOUBLE_TYPE_SIZE 96
  45.   #else
  46.  
  47. If you apply this remember to back it out before applying the PL43
  48. patches when they become available.
  49.  
  50. --
  51. entropy -- it's not just a good idea, it's the second law.
  52. Personal mail:      entropy@gnu.ai.mit.edu
  53. MiNT library mail:  entropy@terminator.rs.itd.umich.edu
  54. "what do you have against octal?" -jrb
  55.  
  56.